dvb_time

@brief Converts a DVB EIT formatted timestamp into struct tm @ingroup dvb_table

@param data event on DVB EIT time format @param tm pointer to struct tm where the converted timestamp will be stored.

extern (C)
void
dvb_time
(
ref const(ubyte)[5] data
,
tm* tm
)

Meta